home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / COMMS / NLISTMGR.ARC / !NListMgr / Resources / NewList < prev    next >
Text File  |  1994-07-17  |  459b  |  20 lines

  1. | !NListMgr.Commands.NewList
  2. |
  3. | This command file is used to reload the nodelist into the manager
  4. | and can be used to reload it into client modules, for the case when the
  5. | domain listing has changed.
  6. |
  7. | Manager
  8. NListMgr_Load
  9. |
  10. | Clients
  11. |
  12. |  |
  13. |  | NetWay:   reinitialise NetWay_S module, if present
  14. |  |
  15. Set NetWay_S$Present YES
  16. RMEnsure NetWay_S 0.00 Set NetWay_S$Present NO
  17. If "<NetWay_S$Present>"="YES" THEN RMReinit NetWay_S
  18. Unset NetWay_S$Present
  19. |
  20.